projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81c0e7a
)
toolbar: Use gdk_display_flush()
author
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 11 Feb 2018 15:38:20 +0000
(15:38 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Sun, 11 Feb 2018 23:28:50 +0000
(23:28 +0000)
Instead of the deprecated gdk_flush().
gtk/gtktoolbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtktoolbar.c
b/gtk/gtktoolbar.c
index 46fd98fd7ce2487df9f007276cba2ab3fe33dc54..54ed539601917c1c6e392aaf871748f8d37e41ca 100644
(file)
--- a/
gtk/gtktoolbar.c
+++ b/
gtk/gtktoolbar.c
@@
-1216,7
+1216,7
@@
slide_idle_handler (gpointer data)
if (priv->need_sync)
{
- gdk_
flush (
);
+ gdk_
display_flush (gtk_widget_get_display (data)
);
priv->need_sync = FALSE;
}